home *** CD-ROM | disk | FTP | other *** search
/ Micromanía: 150 Juegos 2010 / 150Juegos_16.iso / Just Cause 2 / JC2_demo.exe / setup.ini < prev    next >
Encoding:
Text (UTF-16)  |  2010-03-02  |  1.3 KB  |  22 lines

  1. // Config data, do not localize
  2. "Game" "Just Cause 2 Demo" // product name
  3. "AppID" "35110" // primary appID
  4.  
  5. // used resource files
  6. "ImageFile" "resources\setup.bmp"
  7. "EulaFile" ""
  8. "ScriptFile" "resources\installscript.vdf"
  9.  
  10. "URL" "http://www.justcause.com/" // technical support URL
  11.  
  12. // splash screen appearance
  13. "FontName" "Impact" // menu font name, 
  14. "FontHeight" "24" // menu font height
  15. "MenuPos" "200 324" // postion of menu X Y
  16. "MenuStyle" "1" // 0 = align left, 1 = center, 2 = right
  17. "ColorDefault" "255 255 255" // default button color RGB
  18. "ColorHover" "250 180 60" // button hover color RGB
  19. "ColorDown" "0 0 0" // button click color RGB
  20.  
  21.  
  22.